數組倒置算法擴展 問題:如何把字符串 “We are the world” 轉成 “world the are we” ?如果最多只能用兩個額外的變量又該如何實現這樣的轉換? 分析:1.把字符串轉成字符數組,然后對字 ...